home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
smfdoo1a
/
frmabout.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1999-08-13
|
1KB
|
42 lines
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H80000012&
BorderStyle = 1 'Fixed Single
Caption = "About SMF DoorWay to the Net"
ClientHeight = 2640
ClientLeft = 3300
ClientTop = 1515
ClientWidth = 4500
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2640
ScaleWidth = 4500
Begin VB.CommandButton cmdFinished
Caption = "Finished"
Height = 375
Left = 1080
TabIndex = 1
Top = 2160
Width = 2175
End
Begin VB.Label lblAboutDoorWays
BackColor = &H80000012&
Caption = $"frmAbout.frx":08CA
ForeColor = &H000000FF&
Height = 1995
Left = 120
TabIndex = 0
Top = 120
Width = 4320
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdFinished_Click()
frmAbout.Hide
End Sub